(dframe-frame-mode): Do not set auto-show-mode, since it is obsolete
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2007 03:58:24 +0000 (03:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Apr 2007 03:58:24 +0000 (03:58 +0000)
and has no effect.

lisp/dframe.el

index a640540a46a20d8f7c48473c18c980334a7a5f37..eda6d45bf215803d28bd1786fff98a44c317c27d 100644 (file)
@@ -354,9 +354,7 @@ CREATE-HOOK are hooks to run after creating a frame."
                          t))))
        ;; Enable mouse tracking in emacs
        (if dframe-track-mouse-function
-           (set (make-local-variable 'track-mouse) t)) ;this could be messy.
-       ;; disable auto-show-mode for Emacs
-       (setq auto-show-mode nil))
+           (set (make-local-variable 'track-mouse) t))) ;this could be messy.
 ;;;; DISABLED: This causes problems for users with multiple frames.
 ;;;;       ;; Set this up special just for the passed in buffer
 ;;;;       ;; Terminal minibuffer stuff does not require this.